Uses of Interface
de.cebis.moccabox.monitoring.IMetaSystem

Packages that use IMetaSystem
de.cebis.moccabox.application.context   
de.cebis.moccabox.application.impl.hibernate   
de.cebis.moccabox.monitoring.impl.hibernate   
 

Uses of IMetaSystem in de.cebis.moccabox.application.context
 

Methods in de.cebis.moccabox.application.context that return IMetaSystem
 IMetaSystem ITaskContextManager.getMetaSystem()
          Zurückliefern des IntegrityMonitor, der für die Einhaltung der semantischen Integrität bei der Persistierung von Konzepten nach der Durchführung von Vorgängen zuständig ist.
 

Uses of IMetaSystem in de.cebis.moccabox.application.impl.hibernate
 

Methods in de.cebis.moccabox.application.impl.hibernate that return IMetaSystem
 IMetaSystem TaskContextManager.getMetaSystem()
           
 

Methods in de.cebis.moccabox.application.impl.hibernate with parameters of type IMetaSystem
 void TaskContextManager.setMetaSystem(IMetaSystem metaSystem)
          Setzen des Integritätsmonitors.
 

Uses of IMetaSystem in de.cebis.moccabox.monitoring.impl.hibernate
 

Classes in de.cebis.moccabox.monitoring.impl.hibernate that implement IMetaSystem
 class MetaSystem
          Standardimplementierung des IMetaSystem, das über das Persistenz-Framework auf die Datenbasis zugreift.